With the help of QT Centre Movable Tabs Example I tried to create 'tear-off' tabs but it does not work. The functionality desired is the tabs drag 'n drop outside the application resulting in a new instance of that application. Examples are most Internet Browsers like Chrome/FireFox/IE etc.
What should I do after creating a DragEvent in the QTabBar::moveMouseEvent?
I guess while within the borders off the QMainWindow a DropEvent can be catched. But what if I drop outside the QMainWindow. How do I catch that event?
Does anyone have an example of this functionality?
Regards,
Marcel
Bookmarks